home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / palert16.arc / PA123.BAT < prev    next >
DOS Batch File  |  1987-01-17  |  148b  |  10 lines

  1. echo off
  2. cls
  3. PALERT /b2000/m
  4. if errorlevel 1 goto error
  5. LOTUS
  6. goto end
  7. :error
  8. ECHO command terminated due to insufficient disk space
  9. :end
  10.